a11y: Register the accessible root object
authorEmmanuele Bassi <ebassi@gnome.org>
Fri, 9 Oct 2020 11:32:09 +0000 (12:32 +0100)
committerEmmanuele Bassi <ebassi@gnome.org>
Mon, 12 Oct 2020 15:19:32 +0000 (16:19 +0100)
commitbd43e9cfc5d756b6caacf468e1542e47945de7d8
tree46d5250d277961b0253deb037aa08e5c8a2a6cb1
parent8c18480092868bdd5f5460cbd3e74504b2879b88
a11y: Register the accessible root object

When we create the first AT-SPI context we also need to register the
accessible root on the accessibility bus. The accessible root object is
the main entry point of an accessible application, and it holds the
global state to present to the ATs that connect to the bus.
gtk/a11y/gtkatspicontext.c
gtk/a11y/gtkatspiroot.c [new file with mode: 0644]
gtk/a11y/gtkatspirootprivate.h [new file with mode: 0644]
gtk/a11y/meson.build